home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_419 / yacc / poster < prev    next >
Text File  |  1992-05-06  |  2KB  |  52 lines

  1. Article 9 of comp.binaries.amiga:
  2. Path: fishpond!mcdphx!asuvax!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!abcfd20.larc.nasa.gov!amiga-request
  3. From: amiga-request@abcfd20.larc.nasa.gov (Amiga Sources/Binaries Moderator)
  4. Newsgroups: comp.binaries.amiga
  5. Subject: v90i303: byacc - Berkeley Yacc, an LALR(1) parser generator, Part01/02
  6. Message-ID: <comp.binaries.amiga:v90i303@abcfd20.larc.nasa.gov>
  7. Date: 19 Aug 90 20:48:22 GMT
  8. Reply-To: loftus@wpllabs.uucp (William P Loftus)
  9. Lines: 947
  10. Approved: tadguy@uunet.UU.NET (Tad Guy)
  11. X-Mail-Submissions-To: amiga@uunet.uu.net
  12. X-Post-Discussions-To: comp.sys.amiga
  13.  
  14. Submitted-by: loftus@wpllabs.uucp (William P Loftus)
  15. Posting-number: Volume 90, Issue 303
  16. Archive-name: unix/byacc/part01
  17.  
  18. [ the sources for Berkeley Yacc appeared in volume 21 of comp.sources.unix.
  19.   this archive contains the Amiga binary, and the diffs to those original
  20.   sources.  ...tad ]
  21.  
  22. [ from the README... ]
  23.  
  24.    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
  25. as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
  26. specification that conforms to the AT&T Yacc documentation.  Specifications
  27. that take advantage of undocumented features of AT&T Yacc will probably be
  28. rejected.
  29.  
  30.    Berkeley Yacc is distributed with no warranty whatever.  The code is certain
  31. to contain errors.  Neither the author nor any contributor takes responsibility
  32. for any consequences of its use.
  33.  
  34.    Berkeley Yacc is in the public domain.  The data structures and algorithms
  35. used in Berkeley Yacc are all either taken from documents available to the
  36. general public or are inventions of the author.  Anyone may freely distribute
  37. source or binary forms of Berkeley Yacc whether unchanged or modified.
  38. Distributers may charge whatever fees they can obtain for Berkeley Yacc.
  39. Programs generated by Berkeley Yacc may be distributed freely.
  40.  
  41.    Bugs may be reported to
  42.  
  43.               corbett@berkeley.edu
  44.  
  45. Do not expect rapid responses.
  46.  
  47. -- 
  48. Mail submissions (sources or binaries) to <amiga@uunet.uu.net>.
  49. Mail comments to the moderator at <amiga-request@uunet.uu.net>.
  50. Post requests for sources, and general discussion to comp.sys.amiga.
  51.  
  52.